Hệ thống quản lý nguồn nhân lực Dự án năm cuối trong c#

  • Frm_PerformanceAll.Designer.vb
  • project /
1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class Frm_PerformanceAll
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Me.Panel2 = New System.Windows.Forms.Panel()
26         Me.lblPerf = New System.Windows.Forms.Label()
27         Me.dgvPerformance = New System.Windows.Forms.DataGridView()
28         Me.Panel1 = New System.Windows.Forms.Panel()
29         Me.cmboxMonths = New System.Windows.Forms.ComboBox()
30         Me.Label5 = New System.Windows.Forms.Label()
31         Me.btnUpdate = New System.Windows.Forms.Button()
32         Me.txtID = New System.Windows.Forms.TextBox()
33         Me.Label2 = New System.Windows.Forms.Label()
34         Me.dgvEmployee = New System.Windows.Forms.DataGridView()
35         Me.Label1 = New System.Windows.Forms.Label()
36         Me.btnSave = New System.Windows.Forms.Button()
37         Me.btnSubmit = New System.Windows.Forms.Button()
38         Me.Label3 = New System.Windows.Forms.Label()
39         Me.cmboxMonths2 = New System.Windows.Forms.ComboBox()
40         Me.PerfID = New System.Windows.Forms.DataGridViewTextBoxColumn()
41         Me.EmpID = New System.Windows.Forms.DataGridViewTextBoxColumn()
42         Me.EmpName = New System.Windows.Forms.DataGridViewTextBoxColumn()
43         Me.PerfMonth = New System.Windows.Forms.DataGridViewTextBoxColumn()
44         Me.FromDB = New System.Windows.Forms.DataGridViewCheckBoxColumn()
45         Me.Panel2.SuspendLayout()
46         CType(Me.dgvPerformance, System.ComponentModel.ISupportInitialize).BeginInit()
47         CType(Me.dgvEmployee, System.ComponentModel.ISupportInitialize).BeginInit()
48         Me.SuspendLayout()
49         
'
50         
'Panel2
51         
'
52         Me.Panel2.BackColor = System.Drawing.Color.SteelBlue
53         Me.Panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
54         Me.Panel2.Controls.Add(Me.lblPerf)
55         Me.Panel2.Location = New System.Drawing.Point(
0, 0)
56         Me.Panel2.Name =
"Panel2"
57         Me.Panel2.Size = New System.Drawing.Size(
1052, 39)
58         Me.Panel2.TabIndex =
88
59         
'
60         
'lblPerf
61         
'
62         Me.lblPerf.AutoSize = True
63         Me.lblPerf.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
64         Me.lblPerf.ForeColor = System.Drawing.SystemColors.ButtonHighlight
65         Me.lblPerf.Location = New System.Drawing.Point(
382, 6)
66         Me.lblPerf.Name =
"lblPerf"
67         Me.lblPerf.Size = New System.Drawing.Size(
336, 29)
68         Me.lblPerf.TabIndex =
8
69         Me.lblPerf.Text =
"Performance All Employees"
70         
'
71         
'dgvPerformance
72         
'
73         Me.dgvPerformance.AllowUserToAddRows = False
74         Me.dgvPerformance.AllowUserToDeleteRows = False
75         Me.dgvPerformance.BackgroundColor = System.Drawing.SystemColors.ButtonHighlight
76         Me.dgvPerformance.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
77         Me.dgvPerformance.Location = New System.Drawing.Point(
12, 100)
78         Me.dgvPerformance.MultiSelect = False
79         Me.dgvPerformance.Name =
"dgvPerformance"
80         Me.dgvPerformance.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
81         Me.dgvPerformance.Size = New System.Drawing.Size(
565, 385)
82         Me.dgvPerformance.TabIndex =
89
83         
'
84         
'Panel1
85         
'
86         Me.Panel1.BackColor = System.Drawing.Color.SteelBlue
87         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
88         Me.Panel1.Location = New System.Drawing.Point(
0, 523)
89         Me.Panel1.Name =
"Panel1"
90         Me.Panel1.Size = New System.Drawing.Size(
1052, 22)
91         Me.Panel1.TabIndex =
90
92         
'
93         
'cmboxMonths
94         
'
95         Me.cmboxMonths.FormattingEnabled = True
96         Me.cmboxMonths.Items.AddRange(New Object() {
"January", "Feburary", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"})
97         Me.cmboxMonths.Location = New System.Drawing.Point(
244, 59)
98         Me.cmboxMonths.Name =
"cmboxMonths"
99         Me.cmboxMonths.Size = New System.Drawing.Size(
200, 21)
100         Me.cmboxMonths.TabIndex =
91
101         
'
102         
'Label5
103         
'
104         Me.Label5.AutoSize = True
105         Me.Label5.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
106         Me.Label5.ForeColor = System.Drawing.Color.SteelBlue
107         Me.Label5.Location = New System.Drawing.Point(
112, 61)
108         Me.Label5.Name =
"Label5"
109         Me.Label5.Size = New System.Drawing.Size(
97, 16)
110         Me.Label5.TabIndex =
114
111         Me.Label5.Text =
"Select Month"
112         
'
113         
'btnUpdate
114         
'
115         Me.btnUpdate.BackColor = System.Drawing.Color.SteelBlue
116         Me.btnUpdate.Cursor = System.Windows.Forms.Cursors.Hand
117         Me.btnUpdate.FlatStyle = System.Windows.Forms.FlatStyle.Flat
118         Me.btnUpdate.ForeColor = System.Drawing.Color.White
119         Me.btnUpdate.Location = New System.Drawing.Point(
448, 491)
120         Me.btnUpdate.Name =
"btnUpdate"
121         Me.btnUpdate.Size = New System.Drawing.Size(
130, 27)
122         Me.btnUpdate.TabIndex =
115
123         Me.btnUpdate.Text =
"Update Performance >>"
124         Me.btnUpdate.UseVisualStyleBackColor = False
125         
'
126         
'txtID
127         
'
128         Me.txtID.Location = New System.Drawing.Point(
733, 61)
129         Me.txtID.Name =
"txtID"
130         Me.txtID.Size = New System.Drawing.Size(
170, 20)
131         Me.txtID.TabIndex =
116
132         
'
133         
'Label2
134         
'
135         Me.Label2.AutoSize = True
136         Me.Label2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
137         Me.Label2.ForeColor = System.Drawing.Color.SteelBlue
138         Me.Label2.Location = New System.Drawing.Point(
630, 62)
139         Me.Label2.Name =
"Label2"
140         Me.Label2.Size = New System.Drawing.Size(
97, 16)
141         Me.Label2.TabIndex =
117
142         Me.Label2.Text =
"Employee ID"
143         
'
144         
'dgvEmployee
145         
'
146         Me.dgvEmployee.AllowUserToAddRows = False
147         Me.dgvEmployee.AllowUserToDeleteRows = False
148         Me.dgvEmployee.BackgroundColor = System.Drawing.SystemColors.ButtonHighlight
149         Me.dgvEmployee.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
150         Me.dgvEmployee.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.PerfID, Me.EmpID, Me.EmpName, Me.PerfMonth, Me.FromDB})
151         Me.dgvEmployee.Location = New System.Drawing.Point(
633, 135)
152         Me.dgvEmployee.MultiSelect = False
153         Me.dgvEmployee.Name =
"dgvEmployee"
154         Me.dgvEmployee.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
155         Me.dgvEmployee.Size = New System.Drawing.Size(
408, 175)
156         Me.dgvEmployee.TabIndex =
118
157         
'
158         
'Label1
159         
'
160         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 11.25!, CType(((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic) _
161                         Or System.Drawing.FontStyle.Underline), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(
0, Byte))
162         Me.Label1.ForeColor = System.Drawing.Color.SteelBlue
163         Me.Label1.Location = New System.Drawing.Point(
774, 326)
164         Me.Label1.Name =
"Label1"
165         Me.Label1.Size = New System.Drawing.Size(
267, 189)
166         Me.Label1.TabIndex =
119
167         Me.Label1.Text =
"EVALUATION CRITERIA FOR PERFORMANCE" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "4 FOR EXCEPTIONAL" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "3 FOR GOOD" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "2 FOR NORMA" & _
168             
"L" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "1 FOR POOR"
169         
'
170         
'btnSave
171         
'
172         Me.btnSave.BackColor = System.Drawing.Color.SteelBlue
173         Me.btnSave.Cursor = System.Windows.Forms.Cursors.Hand
174         Me.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.Flat
175         Me.btnSave.ForeColor = System.Drawing.Color.White
176         Me.btnSave.Location = New System.Drawing.Point(
633, 316)
177         Me.btnSave.Name =
"btnSave"
178         Me.btnSave.Size = New System.Drawing.Size(
130, 27)
179         Me.btnSave.TabIndex =
120
180         Me.btnSave.Text =
"Save"
181         Me.btnSave.UseVisualStyleBackColor = False
182         
'
183         
'btnSubmit
184         
'
185         Me.btnSubmit.BackColor = System.Drawing.Color.SteelBlue
186         Me.btnSubmit.Cursor = System.Windows.Forms.Cursors.Hand
187         Me.btnSubmit.FlatStyle = System.Windows.Forms.FlatStyle.Flat
188         Me.btnSubmit.ForeColor = System.Drawing.Color.White
189         Me.btnSubmit.Location = New System.Drawing.Point(
909, 61)
190         Me.btnSubmit.Name =
"btnSubmit"
191         Me.btnSubmit.Size = New System.Drawing.Size(
130, 51)
192         Me.btnSubmit.TabIndex =
121
193         Me.btnSubmit.Text =
"Submit"
194         Me.btnSubmit.UseVisualStyleBackColor = False
195         
'
196         
'Label3
197         
'
198         Me.Label3.AutoSize = True
199         Me.Label3.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
200         Me.Label3.ForeColor = System.Drawing.Color.SteelBlue
201         Me.Label3.Location = New System.Drawing.Point(
632, 96)
202         Me.Label3.Name =
"Label3"
203         Me.Label3.Size = New System.Drawing.Size(
97, 16)
204         Me.Label3.TabIndex =
123
205         Me.Label3.Text =
"Select Month"
206         
'
207         
'cmboxMonths2
208         
'
209         Me.cmboxMonths2.FormattingEnabled = True
210         Me.cmboxMonths2.Items.AddRange(New Object() {
"January", "Feburary", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"})
211         Me.cmboxMonths2.Location = New System.Drawing.Point(
735, 92)
212         Me.cmboxMonths2.Name =
"cmboxMonths2"
213         Me.cmboxMonths2.Size = New System.Drawing.Size(
168, 21)
214         Me.cmboxMonths2.TabIndex =
122
215         
'
216         
'PerfID
217         
'
218         Me.PerfID.HeaderText =
"PerfID"
219         Me.PerfID.Name =
"PerfID"
220         Me.PerfID.Visible = False
221         
'
222         
'EmpID
223         
'
224         Me.EmpID.HeaderText =
"Employee ID"
225         Me.EmpID.Name =
"EmpID"
226         
'
227         
'EmpName
228         
'
229         Me.EmpName.HeaderText =
"Employee Name"
230         Me.EmpName.Name =
"EmpName"
231         
'
232         
'PerfMonth
233         
'
234         Me.PerfMonth.HeaderText =
"Performance By Month"
235         Me.PerfMonth.Name =
"PerfMonth"
236         
'
237         
'FromDB
238         
'
239         Me.FromDB.HeaderText =
"FromDB"
240         Me.FromDB.Name =
"FromDB"
241         Me.FromDB.Visible = False
242         
'
243         
'Frm_PerformanceAll
244         
'
245         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
246         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
247         Me.BackColor = System.Drawing.SystemColors.ButtonHighlight
248         Me.ClientSize = New System.Drawing.Size(
1051, 544)
249         Me.Controls.Add(Me.Label3)
250         Me.Controls.Add(Me.cmboxMonths2)
251         Me.Controls.Add(Me.btnSubmit)
252         Me.Controls.Add(Me.btnSave)
253         Me.Controls.Add(Me.Label1)
254         Me.Controls.Add(Me.dgvEmployee)
255         Me.Controls.Add(Me.txtID)
256         Me.Controls.Add(Me.Label2)
257         Me.Controls.Add(Me.btnUpdate)
258         Me.Controls.Add(Me.Label5)
259         Me.Controls.Add(Me.cmboxMonths)
260         Me.Controls.Add(Me.Panel1)
261         Me.Controls.Add(Me.dgvPerformance)
262         Me.Controls.Add(Me.Panel2)
263         Me.MinimizeBox = False
264         Me.Name =
"Frm_PerformanceAll"
265         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
266         Me.Text =
"Performance"
267         Me.Panel2.ResumeLayout(False)
268         Me.Panel2.PerformLayout()
269         CType(Me.dgvPerformance, System.ComponentModel.ISupportInitialize).EndInit()
270         CType(Me.dgvEmployee, System.ComponentModel.ISupportInitialize).EndInit()
271         Me.ResumeLayout(False)
272         Me.PerformLayout()
273
274     End Sub
275     Friend WithEvents Panel2 As System.Windows.Forms.Panel
276     Friend WithEvents lblPerf As System.Windows.Forms.Label
277     Friend WithEvents dgvPerformance As System.Windows.Forms.DataGridView
278     Friend WithEvents Panel1 As System.Windows.Forms.Panel
279     Friend WithEvents cmboxMonths As System.Windows.Forms.ComboBox
280     Friend WithEvents Label5 As System.Windows.Forms.Label
281     Friend WithEvents btnUpdate As System.Windows.Forms.Button
282     Friend WithEvents txtID As System.Windows.Forms.TextBox
283     Friend WithEvents Label2 As System.Windows.Forms.Label
284     Friend WithEvents dgvEmployee As System.Windows.Forms.DataGridView
285     Friend WithEvents Label1 As System.Windows.Forms.Label
286     Friend WithEvents btnSave As System.Windows.Forms.Button
287     Friend WithEvents btnSubmit As System.Windows.Forms.Button
288     Friend WithEvents Label3 As System.Windows.Forms.Label
289     Friend WithEvents cmboxMonths2 As System.Windows.Forms.ComboBox
290     Friend WithEvents PerfID As System.Windows.Forms.DataGridViewTextBoxColumn
291     Friend WithEvents EmpID As System.Windows.Forms.DataGridViewTextBoxColumn
292     Friend WithEvents EmpName As System.Windows.Forms.DataGridViewTextBoxColumn
293     Friend WithEvents PerfMonth As System.Windows.Forms.DataGridViewTextBoxColumn
294     Friend WithEvents FromDB As System.Windows.Forms.DataGridViewCheckBoxColumn
295 End Class


Gõ tìm kiếm nhanh...